home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / python2.5 / curses / panel.py < prev    next >
Text File  |  2008-10-05  |  156b  |  9 lines

  1. """curses.panel
  2.  
  3. Module for using panels with curses.
  4. """
  5.  
  6. __revision__ = "$Id: panel.py 36560 2004-07-18 06:16:08Z tim_one $"
  7.  
  8. from _curses_panel import *
  9.